The Partner Center SDK for Java provides the ability to interact with Microsoft's Partner Center service. This enables the partners to perform the Partner Center operations programmatically using Java version 8 or later. It is an open source project maintained by the partner community. Since this module is maintained by the partner community, it is not officially supported by Microsoft. You can get help from the community or open an issue on GitHub.
Jar dependency binary information for maven and gradle can be found here at maven. If you would like to use the latest released version, add the following to your POM file:
<dependency>
<groupId>com.microsoft.store</groupId>
<artifactId>partnercenter</artifactId>
<version>1.15.3</version>
</dependency>
To find pointers and code snippets that show how to use the Partner Center Java SDK to manage customers, get analytics, place orders, manage billing and subscriptions, provide support, and manage accounts and profiles, please check out the supported scenarios.
Note
API access to Partner Center for indirect resellers is not a supported scenario.
Use the following command to clone the repository
git clone https://github.com/microsoft/partner-center-java.git
cd Partner-Center-Java
Run the following maven command to build:
mvn clean package
Partner Center Java SDK Samples - Sample console application that demonstrates the supported scenarios of this SDK.